Login     Sign up
why dont show online ,offline in jcow pro?
Roozbeh Jafari (@roozbeh)
Join date: Nov 4th 2010
Community posts: 92
View Profile
Send Message

in Jcow pro don't show online offline !how can i repair it?

164 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

file: includes\libs\u.module.php

function show_sidebar

change line

[code]
ass(array('content'=>'<center>'.$output.'</center>'));
[/code]

in

[code]
ass(array('title'=> $owner['fullname'].' '.$onoff, 'content'=>'<center>'.$output.'</center>'));[/code]

you change $owner['fullname'] in $owner['username'] if you want to show the username.

164 months ago
Roozbeh Jafari (@roozbeh)
Join date: Nov 4th 2010
Community posts: 92
View Profile
Send Message

You have best answered to all

164 months ago
sinici (@sinici)
Join date: Nov 26th 2010
Community posts: 24
View Profile
Send Message

thanks...

163 months ago